home *** CD-ROM | disk | FTP | other *** search
/ Beano - Dennis the Menace Cardz / Beano Cardz: Dennis the Menace.iso / pc / email.dxr / 00031_incert text.ls < prev    next >
Encoding:
Text File  |  2001-04-19  |  185 b   |  8 lines

  1. property pMember, psTempFilePath
  2.  
  3. on beginSprite me
  4.   psTempFilePath = getOSDirectory() & "temp.jpg"
  5.   pMember = sprite(me.spriteNum).member
  6.   pMember.text = string(psTempFilePath)
  7. end
  8.